On Click Text Field Widget
A button widget that masquerades as a text field widget. The text within is not editable.
Author
fzzyhmstrs
Since
0.2.0, now uses AbstractTextWidget 0.6.3
Parameters
Functions
Handles char input events for custom widgets. Override this for handling keyboard inputs.
Handles keyboard events for custom widgets. Override this for handling keyboard inputs.
Handles keyboard release events for custom widgets. Override this for handling keyboard inputs.
Handles mouse click events for custom widgets. Override this or onPress for handling mouse inputs.
Handles mouse drag events for custom widgets. Override this for handling drag inputs
Handles mouse button release events for custom widgets. Override this for handling mouse inputs.
Handles mouse scroll events for custom widgets. Override this for handling mouse inputs.